

/*<section class="sec5">





<style> */


    .faq-dropdown {
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        margin: 10px 0;
        font-family: Arial, sans-serif;
    }
    
    .dropdown-header {
        padding: 15px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f8f8f8;
        border-radius: 8px 8px 0 0;
    }
    
    .dropdown-header:hover {
        background-color: #f0f0f0;
    }
    
    .dropdown-header.active {
        border-bottom: 1px solid #e0e0e0;
        border-radius: 8px 8px 0 0;
    }
    
    .dropdown-content {
        max-height: 0;
        overflow: hidden;
        padding: 0 15px;
        transition: max-height 0.3s ease-out;
        background-color: white;
    }
    
    .arrow {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #666;
        transition: transform 0.3s;
    }
    
    .arrow.active {
        transform: rotate(180deg);
    }





/*

    <div class="content-container" >
             
             
                
    
    <style> */

    
        .category-buttons {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1rem;
            padding: 1.5rem;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .category-button {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
            padding: 1rem 1.5rem;
            background: #f8f8f8;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            transition: all 0.3s ease;
            text-decoration: none;
            color: #333;
            font-family: Arial, sans-serif;
            font-size: 1rem;
        }
        
        .category-button:hover {
            background: #fff;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        
        .button-icon {
            width: 24px;
            height: 24px;
        }
        
        .button-icon svg {
            width: 100%;
            height: 100%;
            fill: currentColor;
        }
        
        @media (max-width: 768px) {
            .category-buttons {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 480px) {
            .category-buttons {
                grid-template-columns: 1fr;
            }
        }
       








  
        .category-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 15px;
            padding: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .category-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px 20px;
            background: #f8f8f8;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            transition: all 0.3s ease;
            text-decoration: none;
            color: #333;
            font-family: Arial, sans-serif;
        }
        
        .category-btn:hover {
            background: #fff;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        
        .btn-content {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .btn-icon {
            width: 24px;
            height: 24px;
        }
        
        .btn-icon svg {
            width: 100%;
            height: 100%;
            fill: currentColor;
        }
        
        @media (max-width: 768px) {
            .category-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 480px) {
            .category-grid {
                grid-template-columns: 1fr;
            }
        }
     



